[INFO] fetching crate oak-pretty-print 0.0.11...
[INFO] fixing oak-pretty-print-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-pretty-print 0.0.11 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate oak-pretty-print 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-pretty-print 0.0.11
[INFO] tweaked toml for crates.io crate oak-pretty-print 0.0.11 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-pretty-print 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-pretty-print 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754
[INFO] running `Command { std: "docker" "start" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling oak-macros v0.0.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking oak-core v0.0.11
[INFO] [stderr]     Checking oak-testing v0.0.11
[INFO] [stderr]     Checking oak-pretty-print v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> src/comment/mod.rs:384:14
[INFO] [stdout]     |
[INFO] [stdout] 384 |         for (line, comments) in line_groups {
[INFO] [stdout]     |              ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `comment`
[INFO] [stdout]    --> src/comment/mod.rs:387:21
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 let comment = &comments[0];
[INFO] [stdout]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/whitespace/mod.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut lines = content.lines().collect::<Vec<_>>();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/whitespace/mod.rs:80:13
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let mut lines = content.lines().collect::<Vec<_>>();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `oak_pretty_print::FormatConfig`
[INFO] [stdout]  --> tests/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use oak_pretty_print::{FormatConfig, IndentStyle, LineEnding};
[INFO] [stdout]   |                        ^^^^^^^^^^^^ no `FormatConfig` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-pretty-print` (test "main") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> src/comment/mod.rs:384:14
[INFO] [stdout]     |
[INFO] [stdout] 384 |         for (line, comments) in line_groups {
[INFO] [stdout]     |              ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `comment`
[INFO] [stdout]    --> src/comment/mod.rs:387:21
[INFO] [stdout]     |
[INFO] [stdout] 387 |                 let comment = &comments[0];
[INFO] [stdout]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/whitespace/mod.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut lines = content.lines().collect::<Vec<_>>();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/whitespace/mod.rs:80:13
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let mut lines = content.lines().collect::<Vec<_>>();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754", kill_on_drop: false }`
[INFO] [stdout] e3e879249061af2ad28f5c24dd945cc31a6e2214fb47c1748403142fb29bc754
